-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue52 : First method change for approuval #70
Conversation
Good job tackling #52 =) With all the tests using the new method name, I'm worried that using remove_access_vlan does not behave the way unset_access_vlan does. If you remove remove_access_vlan from switch base, I'm sure all the tests still pass. Also, I would like to know that a certain call is deprecated when I call it. Maybe a log message or something? |
LGTM. Once conflicts are resolved, will merge. |
# Conflicts: # netman/core/objects/switch_transactional.py
from netman.core.objects.switch_base import SwitchOperations | ||
|
||
|
||
class BackwardCompatiblieSwitchOperationsTest(TestCase): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo. I think it should be: BackwardsCompatibleSwitchOperationsTest
With that fix, also make sure the filename reflects the name to: backwards_compatible_switch_operations_test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oups!! Sorry! Fixing this right away!
👍 |
Issue52 : First method change for approuval
No description provided.